.b_image-and-text-hero
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 50px;
	align-items: center;
	gap: 30px;
	position: relative;

	h1, .h1
	{
		font-family: Jost;
		font-size: 48px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 48px /* 100% */;
	}

	h2, .h2
	{
		font-family: Jost;
		font-size: 26px;
		font-weight: 400;
		font-style: normal;
		color: #C8E094;
		line-height: 30px /* 115% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		line-height: 28px /* 156% */;
		letter-spacing: 0.02em;
	}

	.shared-set-clear-arrow
	{
		display: flex;
		padding: 0px 13px 0px 0px;
		align-items: center;

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/images/shape-4.svg");
			border-image-slice: 13 20 20 5 fill;
			border-image-width: 13px 20px 20px 5px;
			border-image-repeat: stretch;
			min-width: 25px;
			min-height: 33px;
			position: absolute;
			width: calc(100% - 0px);
			height: calc(100% - 0px);
			left: 0;
			top: 0;
			order: 0;
		}

		.content-5
		{
			display: flex;
			height: 50px;
			padding: 10px 18px 10px 30px;
			justify-content: center;
			align-items: center;
			gap: 8px;
			position: relative;
			flex: 0 0 auto;
			order: 1;
		}

		span.text-navigation
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 18px;
			font-weight: 600;
			line-height: 20px /* 111% */;
			order: 0;
		}

		.icon-arrow-right-7
		{
			height: 17px;
			position: relative;
			flex: 0 0 10px;
			overflow: clip;
			object-fit: contain;
			order: 1;
		}

		&:hover
		{
			filter: drop-shadow(0 4px 0 rgba(199, 199, 198, 1));
		}

		&:hover .shape-slice-13-20-20-5
		{
			border-image-source: url("/images/shape-7.svg");
		}

		&:hover .text-navigation
		{
			color: #000;
		}

		&:hover .vector-5
		{
			display: none;
		}

		&:hover .vector-9-5
		{
			display: none;
		}
	}

	.shared-comp-icon-arrow-right
	{
		overflow: clip;

		.vector-9-6
		{
			position: absolute;
			left: -1px;
			top: -1px;
			width: 9px;
			height: 19px;
			object-fit: contain;
			aspect-ratio: 9 / 19;
			order: 0;
		}
	}

	.image-2
	{
		/* transform: rotate(180deg); */
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		object-fit: cover;
		aspect-ratio: 1 / 1;
		order: 0;
	}

	.text-area-2
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 26px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 1;
	}

	.headings-2
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 0;
	}

	h1.heading-2
	{
		align-self: stretch;
		order: 0;
	}

	h2.subheading-2
	{
		align-self: stretch;
		order: 1;
	}

	.body-2
	{
		align-self: stretch;
		order: 1;
	}

	.clear-arrow-2
	{
		position: relative;
		flex: 0 0 auto;
		order: 2;

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/images/shape-3.svg");
		}
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 80px 60px 150px 60px;
		gap: 180px;
		flex-direction: initial;
		height: initial;

		.image-2
		{
			height: 500px;
			flex: 0 0 500px;
			width: initial;
		}

		.text-area-2
		{
			gap: 30px;
			flex: 1 1 0%;
			min-width: 0;
			width: initial;
		}

		.heading-2
		{
			font-size: 60px;
			line-height: 64px /* 107% */;
		}

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/images/shape-4.svg");
		}
	}
}
